Skip to content

chore: release main#15

Open
git-quickbeam[bot] wants to merge 1 commit intomainfrom
release-please--branches--main
Open

chore: release main#15
git-quickbeam[bot] wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@git-quickbeam
Copy link
Copy Markdown
Contributor

@git-quickbeam git-quickbeam bot commented Apr 2, 2026

Release Notes

git-ledger: 0.1.0-alpha.4

0.1.0-alpha.4 (2026-04-02)

Features

  • Accept optional author signature in Ledger::create (cb4d735), closes #10
  • Add --author-name and --author-email to create subcommand (cb4d735)
  • Add --file flag and optional --set values to git-ledger (800e3cf)
  • Add --file flag to create and update commands (800e3cf)
  • Add FileMode enum (Blob, Executable, Tree, Commit) (c72b96c)
  • Add git-chain (2a2cfea)
  • Add git-ledger (2a2cfea)
  • Add git-ledger crate (c6d47d0)
  • Add IdStrategy::CommitOid for commit-OID-keyed entity refs (31c8dc3), closes #6
  • Add log CLI subcommand to git-ledger (8badb72)
  • Add man page generation to all crates and fix CI/CD workflows (0f3d0ef)
  • Add man page generation to git-ledger and git-chain (0f3d0ef)
  • Add Mutation::Pin for inserting entries that reference existing objects (c72b96c)
  • Add optional author override to Ledger::create (cb4d735)
  • Support --set key with empty blob default (800e3cf)

Bug Fixes

  • Apply clippy suggestions (search_is_some in tests, fmt in main.rs) (6f83928)
  • Broaden CD tag regex to match all three crate prefixes (0f3d0ef)
  • CI man job uses checkout@v4 and generates for all crates (0f3d0ef)
  • Handle arbitrary-depth nested fields in ledger tree operations (55991b9)
  • Move project to new repository (4697dfa)
  • Nested delete, create consistency, and Box::leak in git-ledger (c00e676)

Miscellaneous Chores


This release was generated with Release Please.

@joeycarpinelli joeycarpinelli marked this pull request as ready for review April 2, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add create_with_author to Ledger trait feat: add IdStrategy variant for commit-OID-keyed entity refs

0 participants